Overhead Word switcheroo"Help"

Word Switcheroo was design for interactive random text shuffling inspiring writing ,
based on a simple word search engine, this program can really mangle the meaning of text making database melting pot.
Infinite possibility, depending on the user database.


-Remember: taking from one is called copying, taking from all is called a study ;)


Normal mode :

Normal mode , is a  sequence or word Finder , you can tag text using mouse or use search key for before cursor word search.
Normal mode display all possible match found in the second bottom window ,you can brows found archive using arrows.
User can mouse tag a section of the found result in the second box and by pressing accept, this part will be added at cursor last position.
Accept with no mouse tagged part will insert all the selected text in the main text box form last cursor position. 
Base text or keyboard input is accepted.


On the fly mode:

"on the fly" finds a word (last displayed)from the database. From all the found positions in all the database entry,
 engine select randomly a position for the display continuum, this without interrupting the word by word display.
Base text and keyboard input is accepted but only base text can be displayed word by word successively.





Here is a list of hotkeys for the program:

F2 - start word by word displaying of base text or text from found part( if you in normal mode)
F3 - pause
F4 - new search
F5 - go back to displaying words from the base file
F6 - stop
F7 - switch between searching modes
F9 - go to the previous found part (in preview window)
F10 - go to the next found part
F11 - accept selected text from preview window (if there is no selected text, entire text would be accepted)
<Ctrl>-<1> - set focus to the textbox
<Ctrl>-<2> - set focus to the preview window
<Ctrl>-<UP> - decrement word by word displaying speed by 50 ms
<Ctrl>-<DOWN> - increment speed by 50 ms


Algorithm of working with hotkeys:

When you press F4 (search) and there is a selection in the textbox, than that text would be searched.
If there is no selected text, than would be searched text, which resides before cursor.
If you in "on the fly mode" and match was found, new text would be inserted in the position of the cursor.

If you in normal mode, new text also would be inserted in the position of the cursor. 
But when you press F11 (accept) and there are selected text in the textbox, than that text would be replaced with selected text in preview window 
(or entire text, if there are no selected text in preview window).
When you in a normal mode and there are several found parts, you can iterate through this parts by pressing F10 (previous part) and F11 (next part).

Initially, when you get a found part, you can see in preview window only part of the text.
By pressing button "\/" you can expand preview window text by one page.

By pressing F5 (back to the base file) you can start word by word displaying of base file from last hit position.
 New words would be inserted in position of the cursor,
 so, in most cases, before pressing F5 you should set focus to the textbox and press 
<Ctrl>-<End> (move to the end of the textbox) or click at the end of the text in the textbox.


